home *** CD-ROM | disk | FTP | other *** search
- global BlinkObjekt
-
- on new me
- startTimer()
- set BlinkObject to 0
- set the visible of sprite 48 to 1
- set the visible of sprite 49 to 1
- set the visible of sprite 50 to 0
- set the visible of sprite 51 to 0
- set the visible of sprite 52 to 0
- set the locH of sprite 99 to 780
- set BlinkObjekt to new(script "Blink")
- set the locH of sprite 99 to 780
- end
-
- on exitFrame
- if the timer > 480 then
- set the visible of sprite 48 to 0
- set the visible of sprite 49 to 0
- set the visible of sprite 50 to 1
- set the visible of sprite 51 to 1
- set the visible of sprite 52 to 1
- end if
- checkBlink(BlinkObjekt)
- go(#loop)
- end
-